home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 441 / dlibs12 / blksiz.c < prev    next >
Text File  |  1990-11-23  |  234b  |  9 lines

  1. /*
  2.  *    Default _BLKSIZ variable declaration
  3.  *
  4.  *    NOTE:  (16 * _BLKSIZ) is the maximum amount of memory that can
  5.  *    by managed by the dynamic memory management routines.
  6.  */
  7.  
  8. long _BLKSIZ = 65536;        /* Malloc() in 64K chunks */
  9.